From: Axel Lin Date: Tue, 13 Dec 2011 02:15:40 +0000 (+0800) Subject: ASoC: Staticise alchemy_pcm_soc_platform X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~11008^2~255 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=796ba9001dfd5cdf19926f374015e514ea2eaa51;p=linux-4.9.git ASoC: Staticise alchemy_pcm_soc_platform Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/au1x/dma.c b/sound/soc/au1x/dma.c index dc4dae48aed9..c4017bd56ab8 100644 --- a/sound/soc/au1x/dma.c +++ b/sound/soc/au1x/dma.c @@ -316,7 +316,7 @@ static int alchemy_pcm_new(struct snd_soc_pcm_runtime *rtd) return 0; } -struct snd_soc_platform_driver alchemy_pcm_soc_platform = { +static struct snd_soc_platform_driver alchemy_pcm_soc_platform = { .ops = &alchemy_pcm_ops, .pcm_new = alchemy_pcm_new, .pcm_free = alchemy_pcm_free_dma_buffers,